home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / tmhost2.zip / TMHOST2.DOC < prev    next >
Text File  |  1990-12-22  |  6KB  |  146 lines

  1.  
  2.       TMHOST2 is an enhanced version of the Telemate Host Mode script as
  3.       modified by Richard Bailey. (Registered Telemate User)
  4.  
  5.       TMHOST2 is an updated version of TMHOST1, with more features
  6.       and the cleaning up some routines.
  7.  
  8.       Features added since TMHOST1, are marked with a '###' sign.
  9.  
  10.       TELEMATE - Copyright (c) 1988-1990 Tsung Hu.  All rights reserved.
  11.  
  12.       Tsung Hu promotes the modification of script files and
  13.       procedures using the Telemate Script language and sharing
  14.       your experience with others.
  15.  
  16. Introduction:
  17. ─────────────
  18.       Why did I bother modifying the host script, well, firstly I believe
  19.       Telemate is the best comms program around, particularly it's ability
  20.       to multitask, and secondly it started out as a "see what could be
  21.       achieved" effort. It worked so well I just kept up it's development
  22.       when I had the time. 
  23.     
  24. What's needed:
  25. ──────────────
  26.      To run the enhanced version of Telemate host you need:
  27.  
  28.      1)      Telemate version 2.1 as the earlier script language versions
  29.              did not allow procedures to pass variables.
  30.  
  31.      2)      To read the HOST.DOC file that came with Telemate for the
  32.              basic concept of the original Host Mode as written by Tsung Hu,
  33.              if you have not already done so.
  34.  
  35.      3)      Files listed below in the Telemate Host Directory
  36.              e.g. \COMMS\TM\HOST 
  37.              Files marked with an asterisk (*) belong in the
  38.              TELEMATE directory e.g. \TM
  39.  
  40.         (a)  Files created by sysop: (example files supplied)
  41.              ──────────────────────
  42.              BULLETIN.HST  - Bulletin File
  43.              BYEANS.HST    - Ansi Goodbye Message
  44.              BYETXT.HST    - Non-Ansi Goodbye Message
  45.              HELP.HST      - Xpert Mode Help File
  46.              HNOTICE.HST   - Logon Bulletin File
  47.              MENUANS.HST   - Ansi Main Menu
  48.              MENUTXT.HST   - Non-Ansi Main Menu
  49.              PROTOANS.HST  - Ansi Protocol Menu
  50.              PROTOTXT.HST  - Non-Ansi Protocol Menu
  51.        ###   TRASHCAN.HST  - Non accepted password file
  52.              WELCOME.HST   - Welcome File
  53.  
  54.         (b)  Files created by TMHCFG and TMHOST2 :
  55.              ────────────────────────────────────────
  56.              HSHELL.BAT    - [S]hell batch File (during configuration)
  57.                            - can be modified to run DOORWAY program
  58.                            - and use [O]pen Doors instead of Shell
  59.              HOST.DIR      - [F]ile directory file
  60.              PASSWORD.HST  - Host Directory File (can be edited)
  61.              USER.HST      - Questionnaire Generated File
  62.        ###   *.BSE         - Message Area Files
  63.            * TMHCFG.HST    - Configuration file (created after first run)
  64.                            - in Telemate directory
  65.  
  66.  
  67.         (c)  Script Files :
  68.              ──────────────
  69.            * TMHCFG.SCR    - Host configuration script
  70.            * TMHOST2.SCR   - Host script
  71.                            - both need to be compiled
  72.            * SCREENIO.SCR  - "include" file for above
  73.                            - will be automatically compiled
  74.                            - with files above - see scripts
  75.     
  76. Added Features:
  77. ──────────────
  78.      1)      ANSILOCAL and ANSIREMOTE variables included in screen
  79.              routines for ANSI display either locally or remotely
  80.              a la BBS. These are in an include file called SCREENIO.SCR.
  81.              Colors can be setup with TMHCFG.SCR depending on these
  82.              variables.
  83.  
  84. ###  2)      TMHCFG updated to add new or delete old message areas
  85.              and associated files (10 maximum).
  86.              Message to Sysop (PRIVATE) is automatically configured,
  87.              during S)etup of message areas, as message area 1
  88.              and cannot be deleted.
  89.  
  90.      3)      Time left indicator and disconnection if out of time
  91.              routine, also "inactivity" disconnect (5 mins)
  92.  
  93. ###  4)      Procedure to setup a date string.
  94.              Date format can be  'Friday December 14, 1990'
  95.              or '14-12-90' depending on variable 'full'
  96.              Telemate version of date is MM-DD-YY e.g '12-14-90'
  97.              Used for welcoming user etc.
  98.  
  99. ###  5)      User can read personal mail at logon. Mail is
  100.              updated as a new message is entered, or mail read.
  101.              i.e. if there are 3 messages waiting for you at
  102.              logon and you read all 3 then your mail becomes 0
  103.              until another message is entered. the old messages
  104.              are not shown again at future logons.
  105.  
  106. ###  6)      This section has been considerably modified since
  107.              TMHOST1 - see Sript file comments and descriptions.
  108.              E)nter Message and R)ead Message routines.
  109.              Leave messages to the Sysop (PRIVATE), or A)ccess
  110.              other message areas. S)can or R)ead the
  111.              messages remotely. E)nter Messages includes S)ave or
  112.              K)ill commands, and R)ead Messages includes S)can,
  113.              Q)uit or V)iew Msg. The number of messages to read
  114.              is shown and once you select "V" you are prompted for
  115.              the message number. The S)can feature shows message
  116.              subject, user name, date and time.
  117.              A)ccess message areas can take you to E)nter or
  118.              R)ead messages, Q)uit or help (?) for commands.
  119.              Can R)eply to messages, 'Msg# of reply' field on
  120.              original message.
  121.  
  122.      7)      Beefed up the password entry routine to check for correct
  123.              passwords etc.
  124.  
  125. ###  8)      Check for ridiculous password routine added.
  126.  
  127.      9)      Newuser Questionnaire routine.
  128.  
  129.     10)      View statistics and change password - password file
  130.              updated on line.
  131.  
  132.     11)      Added Bimodem as a protocol.
  133.  
  134. ### 12)      Welcome user routine showing time, date and number
  135.              of personal messages. Choice of reading mail.
  136.  
  137.     13)      Local view of username (to be expanded further).
  138.  
  139. ### 14)      Many other small changes such as Current Message
  140.              area shown on command line, small graphic delay
  141.              for message save etc.
  142.  
  143.                                                 Regards
  144.                                                 Richard Bailey
  145.  
  146.